| Method | Request URI |
|---|---|
| GET | /API/Group/GroupMembership/{id}/?includeInherited=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| includeInherited | If set to true, then inherited groups are included. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The ID of the group which data is requested. |
| Authorization: Bearer <Current session ID> |